6. HTML Links

I. Anchor Tag: <a>

Explanation: <a> tag ka use kisi bhi page, site ya document ke saath link banane ke liye hota hai. Ye user ko dusri jagah redirect karta hai.

Syntax: <a href="URL">Link Text</a>

II. External Link

Example: Kisi external website jaise Google ke liye:


---When you click on there it shows---

"Web page not available" — wo iframe ke security restrictions ki wajah se ho raha hai. agar tum isko new page par open kroge to ho jayge jaisa ki last atribute wale topic mai kiya gya hai.

III. Internal Link

Example: Apne website ke ek page (jaise about.html) ke liye:

IV. target Attribute

Explanation: target="_blank" attribute ka use link ko nayi tab me kholne ke liye hota hai.